home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / pashdm20.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-01-09  |  636b  |  21 lines

  1. echo off
  2. md \p&s
  3. cd \p&s
  4. copy a:*.*
  5. echo  Unarchiving program files....(this takes a while!)
  6. undo pasaux
  7. del install.bat
  8. del pasaux.arc
  9. del undo.exe
  10. cd \
  11. echo  Point & Shoot installation completed....
  12. echo  -
  13. echo  Make sure you change your AUTOEXEC.BAT as described in READ.ME
  14. echo  or as described in the documentation for this program.  If you
  15. echo  are upgrading, remember to reset your program options using SETUP
  16. echo  from the main menu.
  17. echo  -
  18. echo  If you are upgrading from a version of Point & Shoot prior to
  19. echo  version 2.0, use the MENU UPGRADE command to upgrade your old
  20. echo  user-defined menus.
  21.